home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
NEW_TECH
/
TRSHCN.ZIP
/
NTRASH11.MAK
< prev
next >
Wrap
Makefile
|
1993-09-18
|
461b
|
17 lines
!include <ntwin32.mak>
all:ntrash11.exe
ntrash11.res: ntrash11.rc
rc -r -fo ntrash11.tmp ntrash11.rc
cvtres -$(CPU) ntrash11.tmp -o ntrash11.res
del ntrash11.tmp
ntrash11.obj: ntrash11.c
cl386 -c -G3d -Zpe -Od -D_X86_ -DWIN32 ntrash11.c
ntrash11.exe: ntrash11.obj ntrash11.res ntrash11.def
link32 -subsystem:windows -debug:full -debugtype:cv -entry:WinMainCRTStartup -out:ntrash11.exe ntrash11.obj ntrash11.res $(LIB)\*.LIB